gusucode.com > 最简单的asp计数器 2 > 最简单的asp计数器 2.3/counter/counter_v2.3/demo.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!-- 这里是引用主程序文件(必须) -->
<!--#include file="count.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>ASP方式示例页面</title>
</head>

<body>
<!-- 这里就是调用的语句(必须) -->
<div align="center">您是第<%=ReadNum()%>位访客</div>
</body>
</html>